home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / MiscKit1.7.1 / MiscKit / Examples / MiscClassDecoder / English.lproj / MiscClassDecoder.nib / data.classes next >
Encoding:
Text File  |  1994-11-25  |  416 b   |  32 lines

  1. MiscClassDecoderMgr = {
  2.     ACTIONS = {
  3.     };
  4.     OUTLETS = {
  5.     decoder;
  6.     };
  7.     SUPERCLASS = Object;
  8. };
  9. FirstResponder = {
  10.     ACTIONS = {
  11.     };
  12.     SUPERCLASS = Object;
  13. };
  14. MiscInfoController = {
  15.     ACTIONS = {
  16.     hideOrShowMenus:;
  17.     license:;
  18.     releaseNotes:;
  19.     info:;
  20.     orderForm:;
  21.     suggestion:;
  22.     registration:;
  23.     };
  24.     OUTLETS = {
  25.     orderForm;
  26.     info;
  27.     strings;
  28.     registration;
  29.     };
  30.     SUPERCLASS = Object;
  31. };
  32.